home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 20-1 / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-01-05  |  417 b   |  37 lines

  1. @echo off
  2. cls
  3. :loop
  4. startmnu.exe
  5. if errorlevel 8 goto 8
  6. if errorlevel 7 goto 7
  7. if errorlevel 6 goto 6
  8. if errorlevel 5 goto 5
  9. if errorlevel 4 goto 4
  10. if errorlevel 3 goto 3
  11. if errorlevel 2 goto 2
  12. if errorlevel 1 goto 1
  13. goto 0
  14. :8
  15. goto loop
  16. :7
  17. goto loop
  18. :6
  19. goto loop
  20. :5
  21. goto loop
  22. :4
  23. call kid
  24. goto loop
  25. :3
  26. call galaxian
  27. goto loop
  28. :2
  29. call mario
  30. goto loop
  31. :1
  32. call tubes
  33. goto loop
  34. :0
  35. cls
  36.  
  37.